home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00014_Main Screen Buttons.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  177 b   |  9 lines

  1. on mouseUp
  2.   global Section, Index
  3.   set Index to line the clickOn - 10 of field "IndexOrder"
  4.   set Section to Index
  5.   put Index into field "Index"
  6.   ExitMain()
  7.   go(Index)
  8. end
  9.